home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
feednfrenzy.swf
/
scripts
/
frame_611
/
PlaceObject2_235_81
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2008-09-25
|
268b
|
15 lines
onClipEvent(enterFrame){
if(this._x > 1200)
{
removeMovieClip(this);
}
if(this._x < -500)
{
removeMovieClip(this);
}
this._y = _root.depth._y + 10;
this._y += _global.ygo;
this._x += _global.xgo;
this._x += 4;
}